ocr: Server, 0.invoke requests directy Client Object COM Create 2.1 Findthe-server anoblect, 3.1 Load DLL orlaunch EXE 4. Retrieve Class Factory Class 5. Ask Factoryto create Factory Figure 2. COM servers expose classes and class factories. When a client application requests creation of a new object, COM locates and loads or launches the server and asks the factory to create an object. COM returns an interface pointer to the client, and subsequent calls are invoked directly on the COM object.